home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 April / inter@ivo 1997-04.iso / cybint15 / bin / cybint15.exe / cybint15.DXR / 00020.ls < prev    next >
Encoding:
Text File  |  1997-04-01  |  1.6 KB  |  80 lines

  1. on exitFrame
  2.   global act
  3.   if act = 0 then
  4.     if rollOver(4) then
  5.       cursor([901, 902])
  6.       InVis(8, 9)
  7.       InVis(12)
  8.       InVis(14, 15)
  9.       InVis(17, 18)
  10.       onVis(5)
  11.       updateStage()
  12.       wait(1)
  13.       onVis(6)
  14.     else
  15.       if rollOver(7) then
  16.         cursor([901, 902])
  17.         InVis(5, 6)
  18.         InVis(12)
  19.         InVis(14, 15)
  20.         InVis(17, 18)
  21.         onVis(8)
  22.         updateStage()
  23.         wait(1)
  24.         onVis(9)
  25.       else
  26.         if rollOver(10) then
  27.           cursor([901, 902])
  28.           InVis(5, 6)
  29.           InVis(8, 9)
  30.           InVis(14, 15)
  31.           InVis(17, 18)
  32.           InVis(11)
  33.           onVis(12)
  34.           updateStage()
  35.         else
  36.           if rollOver(13) then
  37.             cursor([901, 902])
  38.             InVis(5, 6)
  39.             InVis(8, 9)
  40.             InVis(12)
  41.             InVis(17, 18)
  42.             onVis(14)
  43.             updateStage()
  44.             wait(1)
  45.             onVis(15)
  46.           else
  47.             if rollOver(16) then
  48.               cursor([901, 902])
  49.               InVis(5, 6)
  50.               InVis(8, 9)
  51.               InVis(12)
  52.               InVis(14, 15)
  53.               onVis(17)
  54.               updateStage()
  55.               wait(1)
  56.               onVis(18)
  57.             else
  58.               InVis(5, 6)
  59.               InVis(8, 9)
  60.               onVis(11)
  61.               InVis(12)
  62.               InVis(14, 15)
  63.               InVis(17, 18)
  64.             end if
  65.           end if
  66.         end if
  67.       end if
  68.     end if
  69.     HotSpots(40, 41)
  70.     go(19)
  71.   end if
  72.   if act = 1 then
  73.     if rollOver(45) or rollOver(46) then
  74.       cursor([901, 902])
  75.     else
  76.       Loopframe()
  77.     end if
  78.   end if
  79. end
  80.